MessageSave Method (String, Boolean) |
Saves this message to the specified file.
Namespace:
Independentsoft.Email.Mime
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic void Save(
string filePath,
bool overwrite
)
Public Sub Save (
filePath As String,
overwrite As Boolean
)
Parameters
- filePath
- Type: SystemString
File path. - overwrite
- Type: SystemBoolean
True to overwrite existing file, otherwise false.
See Also